home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / PROFILE.DIR / 00002_Script_~bio sub close button < prev    next >
Text File  |  1997-07-29  |  229b  |  11 lines

  1. on mousedown
  2.   set tc = the clickon
  3.   if trackbutton(tc, cast "over close down") then 
  4.     if rollover(tc) = true then 
  5.       waitcursor tc
  6.       put "before"
  7.       bio_sub_hide
  8.       put "after"
  9.     end if
  10.   end if
  11. end